From: Jochen Sprickerhof Date: Tue, 3 Sep 2019 19:20:46 +0000 (+0200) Subject: Add patch for cross compilation X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~91 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=3fbbf11b7f8158cc49ccc942dd4859d16a1ff688;p=gpsbabel.git Add patch for cross compilation Closes: #934849 Thanks: Helmut Grohne --- diff --git a/debian/patches/cross.patch b/debian/patches/cross.patch new file mode 100644 index 000000000..a0ae1f6aa --- /dev/null +++ b/debian/patches/cross.patch @@ -0,0 +1,12 @@ +--- gpsbabel-1.6.0+ds.orig/configure.ac ++++ gpsbabel-1.6.0+ds/configure.ac +@@ -364,7 +364,8 @@ + [AC_MSG_RESULT(rpath required)], + [AC_MSG_FAILURE(loader cannot find Qt library) + LDFLAGS="$OLDFLAGS"] +- )] ++ )], ++ [AC_MSG_RESULT(cross. assuming rpath not needed)] + ) + CPPFLAGS="$OCPPFLAGS" + LIBS="$OLIBS" diff --git a/debian/patches/series b/debian/patches/series index 64a9a88e5..f4937223b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -8,3 +8,4 @@ htmldoc-location 0011-Fix-exec-in-gpsbabel.desktop.patch 0009-Don-t-pass-MAKEFLAGS-to-MAKE.patch 0010-Fix-manpage-xml.patch +cross.patch